AC0075 WireQueue driver
================================
www.wireflow.se
2021-09-28
VIP file: wireflow_lib_wirequeue_api-2.1.0.135.vip
* Fixed bug in PUBLISH method that accidentally removed a leading slash '/' from the topic name.
* Fixed bug where VIPM doesn't include unused items from libraries (internal error functions) 
* Added method to override maximum topic size
* Added method to update connection credentials for background process re-connects
* Added method to force a reconnect


2020-09-03
VIP file: wireflow_lib_wirequeue_api-2.0.5.128.vip
* Fixed bug in the handling of CONNACK message, and forwarding of connection errors to the calling API 


2020-04-03
VIP file: wireflow_lib_wirequeue_api-2.0.4.124.vip
* Fixed internal semaphore issue that could cause performance drop on TLS.
* Updated Mosquitto Client.crt

2019-08-29
VIP file: wireflow_lib_wirequeue_api-2.0.3.121.vip
* Fixed encoding/decoding issue of PUB message that could cause published binary data to be truncated.
* Updated Mosquitto Client.crt

2019-06-18
VIP file: wireflow_lib_wirequeue_api-2.0.2.119.vip
* Fixed bitness error on LabVIEW RT (LabVIEW 2018)
* Fixed performance issue for pure TCP/IP connections
* Marked all VIs to separate compiled code from source.
* Updated Mosquitto Client.crt to be valid again

2019-01-24
VIP file: wireflow_lib_wirequeue_api-2.0.1.112.vip
* Fixed issue with wrong MsgID preventing connection to Mosquitto.org
* Updated error handling/reporting 
* Added description to the examples how to generate new client certificates
* Polling example can now specify TLS checking level
* Fixed wrong default values

2018-11-29 
VIP file: wireflow_lib_wirequeue_api-2.0.0.108.vip
Update after LVTN review and minor fixes
* Added new example for Basic MQTT using polling
* Updated OpenSSL to report Connection error with more details
* Updated OpenSSL to use newer crypto to support Amazon IoT
* Removed requirements of OpenSSL files if plain TCP/IP is used
* Updated OpenSSL default paths to support LabVIEW 2018 on RT-Linux targets.  

2018-10-24
VIP file: wireflow_lib_wirequeue_api-2.0.0.102.vip
First released version with full MQTT support:
* The driver can now be used with MQTT brokers other than the wirequeue.com, WireQueue API is available as an example/Proof-of-Concept
* Allows OpenSSL to be configured with respect to certificates and shared libraries
* Allows applications to act on all MQTT message types, e.g. CONNACK, PINGRSP etc.
* Users can define the event mechanisms to be used in their application.
* Applications can filter and act on messsages in the background process, by class override
* Removed limitation of one session per LabVIEW instance
* Increased performance in the Background MQTT-processing
* Added TPLAT Licensing
* QoS messages are resent with a 2s interval, and the Publish methods waits (up to 10s) for an ACK if QoS>0 

2015-08-03
VIP file: wireflow_lib_wirequeue_api-0.9.1.39.vip
Fixed issue with Keep Alive timeout

2015-06-29
VIP file: wireflow_lib_wirequeue_api-0.9.0.38.vip
First public beta release